home *** CD-ROM | disk | FTP | other *** search
/ Aminet 37 / Aminet 37 (2000)(Schatztruhe)[!][Jun 2000].iso / Aminet / gfx / ifx / CMNDR-ImageFX.lha / Commander-Demo / definitions / Demo.def < prev    next >
Text File  |  2000-03-24  |  2KB  |  143 lines

  1. Define Font "Topaz2" (
  2.     Name "Topaz2.font"
  3.     Size 8
  4. )
  5.  
  6. Define Font "Garnet" (
  7.     Name "Garnet.font"
  8.     Size 16
  9.     Style ( BOLD )
  10. )
  11.  
  12. Define Font "Numbers" (
  13.     Name "Topaz.font"
  14.     Size 11
  15. )
  16.  
  17. Define Font "Helvetica" (
  18.     Name "Helvetica.font"
  19.     Size 11
  20. )
  21.  
  22. Define Font "Topaz2p" (
  23.     Name "Topaz2p.font"
  24.     Size 8
  25. )
  26.  
  27. Define Window "Main" (
  28.     Position 0 27
  29.     Size 340 200
  30.     Border
  31. )
  32.  
  33. Define Link "ARexx" (
  34.     Type ARexx (
  35.         Data (
  36.             File "Rexx/Border.ifx"
  37.         )
  38.     )
  39. )
  40.  
  41.  
  42.  
  43. Window "Main" (
  44.     Image "PROGDIR:modules/Demo/Demo.iff" (
  45.         Position 0 0
  46.     )
  47.     Border (
  48.         Position 10 10
  49.         Size 320 180
  50.         Frame 3D-Recess
  51.     )
  52.  
  53.     Border (
  54.         Position 233 20
  55.         Size 38 26
  56.         Fill 1
  57.         Frame None
  58.     )
  59.     Border (
  60.         Position 271 20
  61.         Size 38 26
  62.         Fill 3
  63.         Frame None
  64.     )
  65.  
  66.     Text "ABCDEFGH" (
  67.         Position 240 35
  68.         Font "Numbers"
  69.         Color 2
  70.     )
  71.  
  72.     Text "Shadow" (
  73.         Position 233 59
  74.         Font "Garnet"
  75.         Color 2
  76.         Shadow
  77.     )
  78.  
  79.     Gadget (
  80.         Position 20 25
  81.         Type Button (
  82.             Label "Buttons"
  83.             Size 100 12
  84.             Link "ARexx"
  85.         )
  86.     )
  87.  
  88.     Gadget (
  89.         Position 30 46
  90.         Font "Topaz2p"
  91.         Type MX (
  92.             Data (
  93.                 "Mutually"
  94.                 "Exclusive"
  95.                 "Gadget"
  96.                 "Type"
  97.             )
  98.             Spacing 2
  99.             LabelPlace RIGHT
  100.         )
  101.     )
  102.  
  103.     Gadget (
  104.         Position 25 95
  105.         Type Cycle (
  106.             Size 100 14
  107.             Data (
  108.                 "Cycle"
  109.                 "Gadgets"
  110.                 "YES"
  111.             )
  112.         )
  113.     )
  114.  
  115.     Gadget (
  116.         Position 170 70
  117.         Type List (
  118.             Size 150 100
  119.             Data (
  120.                 "Item 0 - FIRST"
  121.                 "Item 1"
  122.                 "Item 2"
  123.                 "Item 3"
  124.                 "Item 4"
  125.                 "Item 5"
  126.                 "Any Gadget"
  127.                 "Links to ImageFX"
  128.                 "or ARexx"
  129.                 "Scripts"
  130.                 "and/or Commands"
  131.                 "------"
  132.                 "Any Font"
  133.                 "Any Image"
  134.                 "Any Color"
  135.                 "Item 14"
  136.                 "Item 15"
  137.                 "Item 16"
  138.             )
  139.             Default 15
  140.         )
  141.     )
  142. )
  143.